Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Dart files #76

Merged
merged 1 commit into from
Oct 26, 2020
Merged

Add support for Dart files #76

merged 1 commit into from
Oct 26, 2020

Conversation

johrpan
Copy link

@johrpan johrpan commented Aug 22, 2020

I tried my best to follow the internal documentation and used the C and Ada parsers for reference. At the moment, only line counting is properly supported (like Ada). If detailed entity parsing is of high importance, please let me know. This should fix #74.

Dart files will be properly line counted. Detailed entitiy parsing
beyond checking for comments and blank lines is still missing.
@notalex
Copy link

notalex commented Oct 21, 2020

Apologies for the late response.
The ragel requirements have been covered; more detailed parsing wont be required here. Appreciate the contribution. I will test this out on supported platforms and get back.

@notalex notalex merged commit 15acbfd into blackducksoftware:master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for dart lang
2 participants